create

suspend fun create(name: String? = null): Boolean

Creates a new app data backup. This action will return an error if the backup to delete is still being generated or part of a restore operation.

Parameters

name

The name of the backup you wish to create. It must be in the format a-z0-9_-.zip. If not set, it will be autogenerated.